home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / hardcopy / datfile next >
Encoding:
Text File  |  1985-07-21  |  6.0 KB  |  109 lines

  1. #=============================
  2. # Druckeranpassung fuer LQ850
  3. #=============================
  4.  
  5. #------  Initialisierungsgroessen  ---------------------------------------
  6. 5                       # 1. Anfangsdruckbildgroesse (= DinA) (int)      
  7. 0                       # 2. Anfangslage des Bildes  (= Winkel) (int)
  8.                         #    (0=0 Grad ,1=90 Grad ,2=180 Grad, 3=270 Grad)
  9. 0                       # 3. Papierart (0=einzel,1=endlos) (int)
  10. #------  Nutzbare Blattgroesse  ------------------------------------------
  11. 4                       # 1. Blattgroesse in DinA - Format (8..0) (int)
  12. 200                     # 2. Druckbare Blattbreite in mm  (int)
  13. 280                     # 3. Druckbare Blatthoehe  in mm  (int)
  14. #------  Druckersteuerzeichen  -------------------------------------------
  15. 2  1b 40                # 1. Drucker Reset      (Anzahl, Daten(hex))
  16. 4  0a 0d 1b 40          # 2. Drucker Ende       (Anzahl, Daten(hex))
  17. 5  1b 51 ff 1b 6c       # 3. Drucker linker Rand (Anzahl, Daten(hex))
  18. 1  0c                   # 4. Seitenvorschub (Anzahl, Daten(hex))
  19.  
  20.  
  21. #------  Druckmodi  ------------------------------------------------------
  22. 8                       # Anzahl Druckmodi   (int)
  23. #------  1. Modus  -------------------------------------------------------
  24. "24Nad/6D"              # 1. Name des Modus 
  25. 24                      # 2. Anzahl Druckernadeln (int)
  26. 4  1b 33 18 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  27. 4  0d 1b 2a 28          # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  28. 360                     # 5. Horizontale Druckdichte (dpi) (int)
  29. 180                     # 6. Vertikale Druckdichte (dpi) (int)
  30. 1                       # 7. Wie oft soll Zeile gedruckt werden (int)
  31. 0                       # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  32.  
  33. #-------  2. Modus -------------------------------------------------------
  34. "24Nad/3D"              # 1. Name des Modus 
  35. 24                      # 2. Anzahl Druckernadeln (int)
  36. 4  1b 33 18 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  37. 4  0d 1b 2a 27          # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  38. 180                     # 5. Horizontale Druckdichte (dpi) (int)
  39. 180                     # 6. Vertikale Druckdichte (dpi) (int)
  40. 1                       # 7. Wie oft soll Zeile gedruckt werden (int)
  41. 0                       # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  42.  
  43. #-------  3. Modus -------------------------------------------------------
  44. "8N/4D/1Z"              # 1. Name des Modus 
  45. 8                       # 2. Anzahl Druckernadeln (int)
  46. 4  1b 33 18 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  47. 3  0d 1b 5a             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  48. 240                     # 5. Horizontale Druckdichte (dpi) (int)
  49. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  50. 1                       # 7. Wie oft soll Zeile gedruckt werden (int)
  51. 0                       # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  52.  
  53. #-------  4. Modus -------------------------------------------------------
  54. "8N/4D/2Z"              # 1. Name des Modus 
  55. 8                       # 2. Anzahl Druckernadeln (int)
  56. 4  1b 33 17 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  57. 3  0d 1b 5a             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  58. 240                     # 5. Horizontale Druckdichte (dpi) (int)
  59. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  60. 2                       # 7. Wie oft soll Zeile gedruckt werden (int)
  61. 4  1b 33 01 0a          # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  62.  
  63. #-------  5. Modus -------------------------------------------------------
  64. "8N/2D/1Z"              # 1. Name des Modus 
  65. 8                       # 2. Anzahl Druckernadeln (int)
  66. 4  1b 33 18 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  67. 3  0d 1b 4c             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  68. 120                     # 5. Horizontale Druckdichte (dpi) (int)
  69. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  70. 1                       # 7. Wie oft soll Zeile gedruckt werden (int)
  71. 1  0d                   # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  72.  
  73. #-------  6. Modus -------------------------------------------------------
  74. "8N/2D/2Z"              # 1. Name des Modus 
  75. 8                       # 2. Anzahl Druckernadeln (int)
  76. 4  1b 33 17 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  77. 3  0d 1b 4c             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  78. 120                     # 5. Horizontale Druckdichte (dpi) (int)
  79. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  80. 2                       # 7. Wie oft soll Zeile gedruckt werden (int)
  81. 4  1b 33 01 0a          # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  82.  
  83. #-------  7. Modus -------------------------------------------------------
  84. "8N/1D/1Z"              # 1. Name des Modus 
  85. 8                       # 2. Anzahl Druckernadeln (int)
  86. 4  1b 33 18 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  87. 3  0d 1b 4b             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  88. 60                      # 5. Horizontale Druckdichte (dpi) (int)
  89. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  90. 1                       # 7. Wie oft soll Zeile gedruckt werden (int)
  91. 0                       # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  92.  
  93. #-------  8. Modus -------------------------------------------------------
  94. "8N/1D/2Z"              # 1. Name des Modus 
  95. 8                       # 2. Anzahl Druckernadeln (int)
  96. 4  1b 33 17 0a          # 3. Drucker Zeilenvorschub (Anzahl ,Daten(hex))
  97. 3  0d 1b 4b             # 4. Drucker Grafik ein (Anzahl, Daten(hex))
  98. 60                      # 5. Horizontale Druckdichte (dpi) (int)
  99. 60                      # 6. Vertikale Druckdichte (dpi) (int)
  100. 2                       # 7. Wie oft soll Zeile gedruckt werden (int)
  101. 4  1b 33 01 0a          # 8. Kleiner Zeilenvorschub (Anzahl, Daten(hex))
  102.  
  103.  
  104. #        *************
  105. #        *  E n d e  *
  106. #        *************
  107.  
  108.  
  109.